Correctly handle dumping a VM86 guest's stack.
authorIan.Campbell@xensource.com <Ian.Campbell@xensource.com>
Fri, 13 Jan 2006 16:56:09 +0000 (16:56 +0000)
committerIan.Campbell@xensource.com <Ian.Campbell@xensource.com>
Fri, 13 Jan 2006 16:56:09 +0000 (16:56 +0000)
commit0828aa84f798e1553348322962f73a843ecdfb8c
tree9836a3593b49e3645a162ea5fd198e10972ee82a
parentfc5423d8cdf92d98f5eda9edc771cb546184ea93
Correctly handle dumping a VM86 guest's stack.

If the guest context is VM86 then we need to treat ss:sp as 16 bit
segment:offset rather than 32 bit selector:offset.

Signed-off-by: Ian Campbell <Ian.Campbell@XenSource.com>
xen/arch/x86/traps.c